home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / mapped checkers < prev    next >
Text File  |  1999-06-15  |  747b  |  26 lines

  1. Category: Filter Factory Gallery F
  2. Title: Mapped Checkers...
  3. Author: Alfredo Mateus, Ilyich the Toad
  4. Copyright: Copyright © Alfredo Mateus, Ilyich the Toad
  5.  
  6. ctl[0]: checkers division
  7. ctl[1]: X-displace
  8. ctl[2]: Y-displace
  9. ctl[3]: 
  10. ctl[4]: 
  11. ctl[5]: 
  12. ctl[6]:
  13. ctl[7]: 
  14. val[0]: 5
  15. val[1]: 0
  16. val[2]: 0
  17. val[3]: 0
  18. val[4]: 0
  19. val[5]: 0
  20. val[6]: 0
  21. val[7]: 0
  22. R:put(scl(i,0,255,val(1,0,X),-val(1,0,X)),0),put(scl(i,0,255,val(2,0,Y),-val(2,0,Y)),1),sin(scl(x+get(0),0,X,-512*ctl(0),512*ctl(0)))>0^sin(scl(y+get(1),0,Y,-512*ctl(0),512*ctl(0)))>0?0:255
  23. G:sin(scl(x+get(0),0,X,-512*ctl(0),512*ctl(0)))>0^sin(scl(y+get(1),0,Y,-512*ctl(0),512*ctl(0)))>0?0:255
  24. B:sin(scl(x+get(0),0,X,-512*ctl(0),512*ctl(0)))>0^sin(scl(y+get(1),0,Y,-512*ctl(0),512*ctl(0)))>0?0:255
  25. A:a
  26.